home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #3 / K-CD-3-2003.ISO / Lyrics Search Base / lyricsch.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-07-21  |  1.6 KB  |  35 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName="100Share.com Lyrics Search Base"
  4. AppVerName=Lyrics Base
  5. AppId="100Share.com Lyrics Search Base"
  6. DefaultDirName={pf}\100Share.com\Lyrics Base
  7. DefaultGroupName=100Share.com
  8. OutputBaseFilename=lyricsch
  9. Compression=zip
  10. PrivilegesRequired=none
  11. WizardImageFile=embedded\WizardImage0.bmp
  12. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  13. [Files]
  14. Source: "{app}\Lyrics100.exe"; DestDir: "{app}"; 
  15. Source: "{app}\skin.dat"; DestDir: "{app}"; 
  16. Source: "{app}\default\default.ini"; DestDir: "{app}\default"; 
  17. Source: "{app}\default\sing365artist.ini"; DestDir: "{app}\default"; 
  18. Source: "{app}\default\sing365song.IDX"; DestDir: "{app}\default"; 
  19. Source: "{app}\default\sing365song.DAT"; DestDir: "{app}\default"; 
  20. Source: "{app}\default\sing365album.DAT"; DestDir: "{app}\default"; 
  21. Source: "{app}\default\sing365album.IDX"; DestDir: "{app}\default"; 
  22. Source: "{app}\search.ini"; DestDir: "{app}"; 
  23. Source: "{app}\help.html"; DestDir: "{app}"; 
  24. Source: "{app}\lyrics.DAT"; DestDir: "{app}"; 
  25. Source: "{app}\lyrics.IDX"; DestDir: "{app}"; 
  26. Source: "{app}\lyrics.BLB"; DestDir: "{app}"; 
  27. Source: "{app}\lyrics.ini"; DestDir: "{app}"; 
  28. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  29. [Run]
  30. Filename: "{app}\lyrics100.exe"; Description: "Run Lyrics Search Base Now"; Flags: postinstall skipifsilent nowait
  31. [Icons]
  32. Name: "{group}\Run Lyrics Search Base"; Filename: "{app}\lyrics100.exe"; 
  33. Name: "{group}\Uninstall Lyrics Search Base"; Filename: "{app}\unins000.exe"; 
  34. Name: "{userdesktop}\100Share.com Lyrics Search Base"; Filename: "{app}\lyrics100.exe"; 
  35.